ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.TransposedGrid Assembly / C1.Web.Mvc.TransposedGrid.TagHelpers Namespace / TransposedGridRowBaseTagHelper<TControl> Class / InputType Property

In This Topic
    InputType Property (TransposedGridRowBaseTagHelper<TControl>)
    In This Topic
    Configurates C1.Web.Mvc.ColumnBase.InputType. Sets the "type" attribute of the HTML input element used to edit values in this column.
    Syntax
    'Declaration
     
    Public Property InputType As String
    public string InputType {get; set;}
    Remarks
    Use this property to change the default setting if the default does not work well for the current culture, device, or application.
    See Also